func github.com/andybalholm/brotli.emitInsertLen

3 uses

	github.com/andybalholm/brotli (current package)
		compress_fragment_two_pass.go#L99: func emitInsertLen(insertlen uint32, commands *[]uint32) {
		compress_fragment_two_pass.go#L341: 				emitInsertLen(uint32(insert), commands)
		compress_fragment_two_pass.go#L460: 		emitInsertLen(insert, commands)